home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / ImageFX_EXPORT.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  483b  |  20 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager into ImageFX
  3. **
  4. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  5. **
  6. **
  7. **
  8. ** NOTE: If you write your own AREXX-script to export pictures from
  9. **       Picture Manager Professional to any programs,
  10. **       change the path and filename of the file to process
  11. **       to PicManFile (see below, CASE SENSITIVE!!!)
  12. **
  13. **       Read the PictureManager manual for more information
  14. **
  15. */
  16.  
  17. ADDRESS "IMAGEFX.1"
  18. LOADBUFFER PicManFile FORCE
  19. EXIT 0
  20.